Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / RefreshData Method

In This Topic
    RefreshData Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Call this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class.
    Syntax
    'Declaration
     
    Public Sub RefreshData() 
    public void RefreshData()
    See Also